home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 387
- Height = 216
- Caption = 'Scroll Bar Test'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 20
- Height = 13
- Caption = 'Red'
- end
- object Label2: TLabel
- Left = 8
- Top = 88
- Width = 29
- Height = 13
- Caption = 'Green'
- end
- object Label3: TLabel
- Left = 8
- Top = 136
- Width = 21
- Height = 13
- Caption = 'Blue'
- end
- object RedScroller: TScrollBar
- Left = 8
- Top = 64
- Width = 297
- Height = 16
- LargeChange = 10
- Max = 255
- TabOrder = 0
- OnScroll = RedScrollerScroll
- end
- object ColoredPanel: TPanel
- Left = 0
- Top = 0
- Width = 379
- Height = 41
- Align = alTop
- Caption = 'Colored Panel'
- Color = clBlue
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object GreenScroller: TScrollBar
- Left = 8
- Top = 104
- Width = 297
- Height = 16
- LargeChange = 10
- Max = 255
- TabOrder = 2
- OnScroll = RedScrollerScroll
- end
- object BlueScroller: TScrollBar
- Left = 8
- Top = 152
- Width = 297
- Height = 16
- LargeChange = 10
- Max = 255
- Position = 255
- TabOrder = 3
- OnScroll = RedScrollerScroll
- end
- object RedPanel: TPanel
- Left = 320
- Top = 64
- Width = 49
- Height = 17
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = '0'
- Color = clRed
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object BluePanel: TPanel
- Left = 320
- Top = 152
- Width = 49
- Height = 17
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = '255'
- Color = clBlue
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- end
- object GreenPanel: TPanel
- Left = 320
- Top = 104
- Width = 49
- Height = 17
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = '0'
- Color = clLime
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- end
- end
-